home *** CD-ROM | disk | FTP | other *** search
- /*
- * Align_Objects.fw
- *
- * USAGE: Align_Objects.fw
- *
- * Add a very usefull function.
- *
- * HISTORY:
- * v1.01 aligned with the new server design v1.10
- *
- * $(C): (1994, Rocco Coluccelli, Bologna)
- * $VER: Align_Objects.fw 1.01 (30.Nov.1994)
- */
-
- oleport = 'OLE_SERVER'
- olerexx = 'OLE.rexx'
-
- userport = ADDRESS()
- userscreen = 'Workbench'
- module1 = 'AlignObjects.fw'
-
- IF ~SHOW('P',oleport) THEN DO
- ADDRESS COMMAND
- "Run >NIL: Rx" olerexx
- "WaitForPort" oleport
- END
-
- CALL SendParsed(oleport,'NEWJOB',userport,userscreen,module1)
-
- EXIT 0
-